home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-28 | 319 b | 13 lines | [TEXT/ToyS] |
- tell application "JUNO Librarian"
- activate -- if needed
- open file "Sample"
- New Window 0
- repeat with i from 0 to 22
- set x to Parameter i of Window "Sample"
- set Parameter i of Window 1 to x
- end repeat
- set x to Text 1 of Window "Sample"
- set Text 1 of Window 1 to x
- save Window 1 in file "Sample Copy"
- end tell
-